Uses of Interface
edu.uky.ai.lp.ai.Agent
| Package | Description |
|---|---|
| edu.uky.ai.lp.ai |
Contains classes for creating agents who play "Hunt the Wumpus".
|
-
Uses of Agent in edu.uky.ai.lp.ai
Classes in edu.uky.ai.lp.ai that implement Agent Modifier and Type Class Description classHumanAgentAn implementation ofAgentthat allows a human to play the game by typing commands into the console.classLogicAgentAn artificially intelligent agent which uses logical reasoning based on observations to decide which squares are safe to visit.